nohup: Eingabe wird ignoriert
[2026-04-18 11:19:08] 🔥 FATALER ABSTURZ BEIM START:
Traceback (most recent call last):
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/connection.py", line 204, in _new_conn
    sock = connection.create_connection(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection
    raise err
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection
    sock.connect(sa)
TimeoutError: timed out

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

Traceback (most recent call last):
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 773, in urlopen
    self._prepare_proxy(conn)
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1042, in _prepare_proxy
    conn.connect()
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/connection.py", line 759, in connect
    self.sock = sock = self._new_conn()
                       ^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/connection.py", line 213, in _new_conn
    raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<HTTPSConnection(host='10.200.0.1', port=3128) at 0x7a183e3a0800>, 'Connection to 10.200.0.1 timed out. (connect timeout=10.0)')

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

urllib3.exceptions.ProxyError: ('Unable to connect to proxy', ConnectTimeoutError(<HTTPSConnection(host='10.200.0.1', port=3128) at 0x7a183e3a0800>, 'Connection to 10.200.0.1 timed out. (connect timeout=10.0)'))

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

Traceback (most recent call last):
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/requests/adapters.py", line 645, in send
    resp = conn.urlopen(
           ^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen
    retries = retries.increment(
              ^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/urllib3/util/retry.py", line 535, in increment
    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.hyperliquid.xyz', port=443): Max retries exceeded with url: /info (Caused by ProxyError('Unable to connect to proxy', ConnectTimeoutError(<HTTPSConnection(host='10.200.0.1', port=3128) at 0x7a183e3a0800>, 'Connection to 10.200.0.1 timed out. (connect timeout=10.0)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/ccxt/base/exchange.py", line 662, in fetch
    response = self.session.request(
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/requests/sessions.py", line 592, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/requests/sessions.py", line 706, in send
    r = adapter.send(request, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/requests/adapters.py", line 672, in send
    raise ProxyError(e, request=request)
requests.exceptions.ProxyError: HTTPSConnectionPool(host='api.hyperliquid.xyz', port=443): Max retries exceeded with url: /info (Caused by ProxyError('Unable to connect to proxy', ConnectTimeoutError(<HTTPSConnection(host='10.200.0.1', port=3128) at 0x7a183e3a0800>, 'Connection to 10.200.0.1 timed out. (connect timeout=10.0)')))

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

Traceback (most recent call last):
  File "/home/gam/Projekte/Crypto_Agent/AutoTrader.py", line 86, in <module>
    exchange.load_markets()
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/ccxt/base/exchange.py", line 1831, in load_markets
    currencies = self.fetch_currencies()
                 ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/ccxt/hyperliquid.py", line 447, in fetch_currencies
    response = self.publicPostInfo(self.extend(request, params))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/ccxt/base/types.py", line 35, in unbound_method
    return _self.request(self.path, self.api, self.method, params, config=self.config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/ccxt/base/exchange.py", line 5364, in request
    return self.fetch2(path, api, method, params, headers, body, config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/ccxt/base/exchange.py", line 5358, in fetch2
    raise e
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/ccxt/base/exchange.py", line 5348, in fetch2
    return self.fetch(request['url'], request['method'], request['headers'], request['body'])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gam/Projekte/Crypto_Agent/venv/lib/python3.12/site-packages/ccxt/base/exchange.py", line 718, in fetch
    raise NetworkError(details) from e
ccxt.base.errors.NetworkError: hyperliquid POST https://api.hyperliquid.xyz/info

