Skip to content

not run #16

@werruww

Description

@werruww

warn(
🖇 AgentOps: Session Replay for default trace: https://app.agentops.ai/sessions?trace_id=c0136aaf7d37a217985ff47e6d721f54
INFO: Started server process [11076]
INFO: Waiting for application startup.
INFO: Application startup complete.
❌ Error while parsing LLM response: Expecting value: line 1 column 1 (char 0)
INFO: 127.0.0.1:57804 - "POST /start/ HTTP/1.1" 400 Bad Request
❌ Error while parsing LLM response: Extra data: line 1 column 16 (char 15)
INFO: 127.0.0.1:57840 - "POST /start/ HTTP/1.1" 400 Bad Request
INFO: Shutting down
INFO: Finished server process [11076]
ERROR: Traceback (most recent call last):
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 641, in run_until_complete
self.run_forever()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 608, in run_forever
self._run_once()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 1936, in _run_once
handle._run()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\events.py", line 84, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\server.py", line 69, in serve
with self.capture_signals():
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\contextlib.py", line 144, in exit
next(self.gen)
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\server.py", line 330, in capture_signals
signal.raise_signal(captured_signal)
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 157, in _on_sigint
raise KeyboardInterrupt()
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\starlette\routing.py", line 699, in lifespan
await receive()
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\lifespan\on.py", line 137, in receive
return await self.receive_queue.get()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\queues.py", line 158, in get
await getter
asyncio.exceptions.CancelledError

🖇 AgentOps: Session Replay for default.session trace: https://app.agentops.ai/sessions?trace_id=c0136aaf7d37a217985ff47e6d721f54
INFO: Stopping reloader process [12224]

(SuperSearchAi) C:\1\SuperSearchAi>python -m uvicorn app:app --reload --port 8000
←[32mINFO←[0m: Will watch for changes in these directories: ['C:\1\SuperSearchAi']
←[32mINFO←[0m: Uvicorn running on ←[1mhttp://127.0.0.1:8000←[0m (Press CTRL+C to quit)
←[32mINFO←[0m: Started reloader process [←[36m←[1m12552←[0m] using ←[36m←[1mWatchFiles←[0m
C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\pydantic_internal_generate_schema.py:502: UserWarning: is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with pydantic.SkipValidation.
warn(
🖇 AgentOps: Session Replay for default trace: https://app.agentops.ai/sessions?trace_id=60c82cbd6fe36833ab6b4c2aac19c152
INFO: Started server process [7364]
INFO: Waiting for application startup.
INFO: Application startup complete.
❌ Error while parsing LLM response: Extra data: line 1 column 16 (char 15)
INFO: 127.0.0.1:57962 - "POST /start/ HTTP/1.1" 400 Bad Request
❌ Error while parsing LLM response: Extra data: line 1 column 16 (char 15)
INFO: 127.0.0.1:58017 - "POST /start/ HTTP/1.1" 400 Bad Request
INFO: Shutting down
INFO: Finished server process [7364]
ERROR: Traceback (most recent call last):
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 641, in run_until_complete
self.run_forever()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 608, in run_forever
self._run_once()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 1936, in _run_once
handle._run()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\events.py", line 84, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\server.py", line 69, in serve
with self.capture_signals():
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\contextlib.py", line 144, in exit
next(self.gen)
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\server.py", line 330, in capture_signals
signal.raise_signal(captured_signal)
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 157, in _on_sigint
raise KeyboardInterrupt()
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\starlette\routing.py", line 699, in lifespan
await receive()
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\lifespan\on.py", line 137, in receive
return await self.receive_queue.get()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\queues.py", line 158, in get
await getter
asyncio.exceptions.CancelledError

🖇 AgentOps: Session Replay for default.session trace: https://app.agentops.ai/sessions?trace_id=60c82cbd6fe36833ab6b4c2aac19c152
INFO: Stopping reloader process [12552]

(SuperSearchAi) C:\1\SuperSearchAi>python -m uvicorn app:app --reload --port 8000
←[32mINFO←[0m: Will watch for changes in these directories: ['C:\1\SuperSearchAi']
←[32mINFO←[0m: Uvicorn running on ←[1mhttp://127.0.0.1:8000←[0m (Press CTRL+C to quit)
←[32mINFO←[0m: Started reloader process [←[36m←[1m4672←[0m] using ←[36m←[1mWatchFiles←[0m
C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\pydantic_internal_generate_schema.py:502: UserWarning: is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with pydantic.SkipValidation.
warn(
🖇 AgentOps: Session Replay for default trace: https://app.agentops.ai/sessions?trace_id=c98f465edc507ef7a2730720b5d303f4
INFO: Started server process [12444]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: 127.0.0.1:58172 - "OPTIONS /start/ HTTP/1.1" 200 OK
❌ Error while parsing LLM response: Extra data: line 1 column 4 (char 3)
INFO: 127.0.0.1:58172 - "POST /start/ HTTP/1.1" 400 Bad Request
❌ Error while parsing LLM response: Extra data: line 1 column 16 (char 15)
INFO: 127.0.0.1:58174 - "POST /start/ HTTP/1.1" 400 Bad Request
INFO: Shutting down
INFO: Finished server process [12444]
ERROR: Traceback (most recent call last):
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 641, in run_until_complete
self.run_forever()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 608, in run_forever
self._run_once()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\base_events.py", line 1936, in _run_once
handle._run()
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\events.py", line 84, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\server.py", line 69, in serve
with self.capture_signals():
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\contextlib.py", line 144, in exit
next(self.gen)
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\server.py", line 330, in capture_signals
signal.raise_signal(captured_signal)
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\runners.py", line 157, in _on_sigint
raise KeyboardInterrupt()
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\starlette\routing.py", line 699, in lifespan
await receive()
File "C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\uvicorn\lifespan\on.py", line 137, in receive
return await self.receive_queue.get()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TARGET STORE.conda\envs\SuperSearchAi\Lib\asyncio\queues.py", line 158, in get
await getter
asyncio.exceptions.CancelledError

🖇 AgentOps: Session Replay for default.session trace: https://app.agentops.ai/sessions?trace_id=c98f465edc507ef7a2730720b5d303f4
INFO: Stopping reloader process [4672]

(SuperSearchAi) C:\1\SuperSearchAi>python
Python 3.11.13 | packaged by Anaconda, Inc. | (main, Jun 5 2025, 13:03:15) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

from openai import OpenAI

client = OpenAI(
... base_url='http://127.0.0.1:11434/v1',
... api_key='ollama' # مطلوب لكن لا يستخدم فعليا
...
...
...
...
KeyboardInterrupt

KeyboardInterrupt

exit()

(SuperSearchAi) C:\1\SuperSearchAi>python -m uvicorn app:app --reload --port 8000
←[32mINFO←[0m: Will watch for changes in these directories: ['C:\1\SuperSearchAi']
←[32mINFO←[0m: Uvicorn running on ←[1mhttp://127.0.0.1:8000←[0m (Press CTRL+C to quit)
←[32mINFO←[0m: Started reloader process [←[36m←[1m9792←[0m] using ←[36m←[1mWatchFiles←[0m
C:\Users\TARGET STORE\AppData\Roaming\Python\Python311\site-packages\pydantic_internal_generate_schema.py:502: UserWarning: is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with pydantic.SkipValidation.
warn(
🖇 AgentOps: Session Replay for default trace: https://app.agentops.ai/sessions?trace_id=63a0c59e04dbfdbe54665e1cee1d3d40
INFO: Started server process [14476]
INFO: Waiting for application startup.
INFO: Application startup complete.
❌ Error while parsing LLM response: Extra data: line 1 column 16 (char 15)
INFO: 127.0.0.1:58249 - "POST /start/ HTTP/1.1" 400 Bad Request
❌ Error while parsing LLM response: Extra data: line 1 column 16 (char 15)
INFO: 127.0.0.1:58250 - "POST /start/ HTTP/1.1" 400 Bad Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions