2026-03-01 16:30:10 [INFO] hivemind: HiveMind gestartet (command=run, config=C:\Users\chris\AppData\Local\HiveMind\config.yaml)
2026-03-01 16:30:10 [DEBUG] asyncio: Using proactor: IocpProactor
2026-03-01 16:30:10 [INFO] hivemind.assistant: Projekte: 0 geladen.
2026-03-01 16:30:10 [INFO] hivemind.node: Starting node: Christian (d8fe37f7) v1.1.0
2026-03-01 16:30:10 [INFO] hivemind.model: Loading model: Qwen2.5-7B-Instruct-Q4_K_M.gguf
llama_context: n_ctx_per_seq (4096) < n_ctx_train (32768) -- the full capacity of the model will not be utilized
2026-03-01 16:30:12 [INFO] hivemind.model: Model loaded: Qwen2.5-7B-Instruct-Q4_K_M.gguf (ctx=4096)
2026-03-01 16:30:12 [DEBUG] hivemind.node: fast_model.path in config wird ignoriert – Single-Model-Modus aktiv.
2026-03-01 16:30:12 [WARNING] hivemind.plugins.base: Plugin not found: chat
2026-03-01 16:30:12 [WARNING] hivemind.plugins.base: Plugin not found: web_search
2026-03-01 16:30:12 [WARNING] hivemind.plugins.base: Plugin not found: pdf_export
2026-03-01 16:30:12 [WARNING] hivemind.plugins.base: Plugin not found: datetime_info
2026-03-01 16:30:12 [WARNING] hivemind.plugins.base: Plugin not found: weather
2026-03-01 16:30:12 [WARNING] hivemind.plugins.base: Plugin not found: news_feed
2026-03-01 16:30:12 [WARNING] hivemind.plugins.base: Plugin not found: link_finder
2026-03-01 16:30:12 [WARNING] hivemind.plugins.base: Plugin not found: location_info
2026-03-01 16:30:12 [INFO] hivemind.network.peer: P2P listening on port 9420 (IPv4+IPv6)
2026-03-01 16:30:12 [INFO] hivemind.node: P2P network started on port 9420
2026-03-01 16:30:12 [INFO] hivemind.node: Relay client started: https://hive.1seele.de
2026-03-01 16:30:12 [INFO] hivemind.model_queue: ModelQueue worker gestartet.
2026-03-01 16:30:12 [INFO] hivemind.assistant: Assistent-Scheduler gestartet.
2026-03-01 16:30:12 [INFO] hivemind.node: Node ready: Christian | Model: loaded | Plugins: none | Cache: 0
2026-03-01 16:30:12 [INFO] hivemind: Web UI: http://127.0.0.1:8420
2026-03-01 16:30:12 [INFO] hivemind: Running in daemon mode (Ctrl+C to stop)
2026-03-01 16:30:12 [DEBUG] hivemind.model_queue: ModelQueue worker läuft.
2026-03-01 16:30:12 [DEBUG] hivemind.network.relay_client: Relay API error /register: <urlopen error [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen>
2026-03-01 16:30:13 [DEBUG] telegram.ext.ExtBot: Set Bot API URL: https://api.telegram.org/bot8721750505:AAHdIVf23g1rlxntl0QqKBeme9kcQzndSf0
2026-03-01 16:30:13 [DEBUG] telegram.ext.ExtBot: Set Bot API File URL: https://api.telegram.org/file/bot8721750505:AAHdIVf23g1rlxntl0QqKBeme9kcQzndSf0
2026-03-01 16:30:13 [INFO] hivemind.gateway.telegram: Telegram gateway starting...
2026-03-01 16:30:13 [DEBUG] hivemind.network.relay_client: Relay session error: Registration failed
2026-03-01 16:30:13 [INFO] hivemind.network.relay_client: Relay: retry in 5s...
2026-03-01 16:30:13 [DEBUG] telegram.ext.ExtBot: Calling Bot API endpoint `getMe` with parameters `{}`
2026-03-01 16:30:13 [DEBUG] httpcore.connection: connect_tcp.started host='api.telegram.org' port=443 local_address=None timeout=5.0 socket_options=None
2026-03-01 16:30:13 [DEBUG] httpcore.connection: connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x0000014F37FA5A90>
2026-03-01 16:30:13 [DEBUG] httpcore.connection: start_tls.started ssl_context=<ssl.SSLContext object at 0x0000014F37F6BD50> server_hostname='api.telegram.org' timeout=5.0
2026-03-01 16:30:13 [DEBUG] httpcore.connection: start_tls.failed exception=ConnectError(BrokenResourceError())
2026-03-01 16:30:13 [ERROR] hivemind.gateway.telegram: Telegram gateway error: httpx.ConnectError: 
Traceback (most recent call last):
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_transports\default.py", line 101, in map_httpcore_exceptions
    yield
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_transports\default.py", line 394, in handle_async_request
    resp = await self._pool.handle_async_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection_pool.py", line 256, in handle_async_request
    raise exc from None
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection_pool.py", line 236, in handle_async_request
    response = await connection.handle_async_request(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection.py", line 101, in handle_async_request
    raise exc
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection.py", line 78, in handle_async_request
    stream = await self._connect(request)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection.py", line 156, in _connect
    stream = await stream.start_tls(**kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_backends\anyio.py", line 67, in start_tls
    with map_exceptions(exc_map):
         ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_exceptions.py", line 14, in map_exceptions
    raise to_exc(exc) from exc
httpcore.ConnectError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\request\_httpxrequest.py", line 279, in do_request
    res = await self._client.request(
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1540, in request
    return await self.send(request, auth=auth, follow_redirects=follow_redirects)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1629, in send
    response = await self._send_handling_auth(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1657, in _send_handling_auth
    response = await self._send_handling_redirects(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1694, in _send_handling_redirects
    response = await self._send_single_request(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1730, in _send_single_request
    response = await transport.handle_async_request(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_transports\default.py", line 393, in handle_async_request
    with map_httpcore_exceptions():
         ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_transports\default.py", line 118, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.ConnectError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\chris\AppData\Local\HiveMind\hivemind\gateway\telegram.py", line 697, in start
    await self._app.initialize()
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\ext\_application.py", line 489, in initialize
    await self.bot.initialize()
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\ext\_extbot.py", line 315, in initialize
    await super().initialize()
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\_bot.py", line 856, in initialize
    await self.get_me()
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\ext\_extbot.py", line 2007, in get_me
    return await super().get_me(
           ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\_bot.py", line 989, in get_me
    result = await self._post(
             ^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\_bot.py", line 703, in _post
    return await self._do_post(
           ^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\ext\_extbot.py", line 369, in _do_post
    return await super()._do_post(
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
    result = await request.post(
             ^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
    result = await self._request_wrapper(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\request\_baserequest.py", line 305, in _request_wrapper
    code, payload = await self.do_request(
                    ^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\request\_httpxrequest.py", line 303, in do_request
    raise NetworkError(f"httpx.{err.__class__.__name__}: {err}") from err
telegram.error.NetworkError: httpx.ConnectError: 
2026-03-01 16:30:13 [DEBUG] telegram.ext.Application: This Application is already shut down. Returning.
2026-03-01 16:30:13 [INFO] hivemind.gateway.telegram: Telegram gateway stopped
2026-03-01 16:30:13 [ERROR] hivemind.gateway.telegram: Telegram gateway task failed: httpx.ConnectError: 
Traceback (most recent call last):
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_transports\default.py", line 101, in map_httpcore_exceptions
    yield
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_transports\default.py", line 394, in handle_async_request
    resp = await self._pool.handle_async_request(req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection_pool.py", line 256, in handle_async_request
    raise exc from None
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection_pool.py", line 236, in handle_async_request
    response = await connection.handle_async_request(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection.py", line 101, in handle_async_request
    raise exc
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection.py", line 78, in handle_async_request
    stream = await self._connect(request)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_async\connection.py", line 156, in _connect
    stream = await stream.start_tls(**kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_backends\anyio.py", line 67, in start_tls
    with map_exceptions(exc_map):
         ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpcore\_exceptions.py", line 14, in map_exceptions
    raise to_exc(exc) from exc
httpcore.ConnectError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\request\_httpxrequest.py", line 279, in do_request
    res = await self._client.request(
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1540, in request
    return await self.send(request, auth=auth, follow_redirects=follow_redirects)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1629, in send
    response = await self._send_handling_auth(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1657, in _send_handling_auth
    response = await self._send_handling_redirects(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1694, in _send_handling_redirects
    response = await self._send_single_request(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_client.py", line 1730, in _send_single_request
    response = await transport.handle_async_request(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_transports\default.py", line 393, in handle_async_request
    with map_httpcore_exceptions():
         ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\httpx\_transports\default.py", line 118, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.ConnectError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\chris\AppData\Local\HiveMind\hivemind\cli.py", line 157, in _tg_run
    await gw.start()
  File "C:\Users\chris\AppData\Local\HiveMind\hivemind\gateway\telegram.py", line 697, in start
    await self._app.initialize()
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\ext\_application.py", line 489, in initialize
    await self.bot.initialize()
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\ext\_extbot.py", line 315, in initialize
    await super().initialize()
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\_bot.py", line 856, in initialize
    await self.get_me()
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\ext\_extbot.py", line 2007, in get_me
    return await super().get_me(
           ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\_bot.py", line 989, in get_me
    result = await self._post(
             ^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\_bot.py", line 703, in _post
    return await self._do_post(
           ^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\ext\_extbot.py", line 369, in _do_post
    return await super()._do_post(
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
    result = await request.post(
             ^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
    result = await self._request_wrapper(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\request\_baserequest.py", line 305, in _request_wrapper
    code, payload = await self.do_request(
                    ^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\chris\AppData\Local\HiveMind\.venv\Lib\site-packages\telegram\request\_httpxrequest.py", line 303, in do_request
    raise NetworkError(f"httpx.{err.__class__.__name__}: {err}") from err
telegram.error.NetworkError: httpx.ConnectError: 
2026-03-01 16:30:13 [INFO] hivemind.node: Stopping node: Christian
2026-03-01 16:30:13 [INFO] hivemind.network.peer: P2P network stopped
2026-03-01 16:30:13 [INFO] hivemind.model_queue: ModelQueue worker beendet.
