Skip to content

cmd_in_back Error #5436

Description

@ErtebateWeb

Client 17 hit errno 104
Exception in thread Thread-1 (cmd_in_back):
Traceback (most recent call last):
File "/usr/local/share/uv/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/share/uv/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cmd_in_back() missing 1 required positional argument: 'cmd'
2026-06-01 08:37:03 | ERROR | hiddifypanel.panel.common:internal_server_error:44 - 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. http://XXXXX/XXXXXXXXX//manifest.webmanifest
Exception in thread Thread-2 (cmd_in_back):
Traceback (most recent call last):
File "/usr/local/share/uv/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/share/uv/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cmd_in_back() missing 1 required positional argument: 'cmd'
Exception in thread Thread-3 (cmd_in_back):
Traceback (most recent call last):
File "/usr/local/share/uv/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/share/uv/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cmd_in_back() missing 1 required positional argument: 'cmd'
Exception in thread Thread-4 (cmd_in_back):
Traceback (most recent call last):
File "/usr/local/share/uv/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/local/share/uv/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cmd_in_back() missing 1 required positional argument: 'cmd'

  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/commands/core.py", line 6411, in _evalsha
    return self.execute_command(command, sha, numkeys, *keys_and_args)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/client.py", line 716, in execute_command
    return self._execute_command(*args, **options)
           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/client.py", line 722, in _execute_command
    conn = self.connection or pool.get_connection()
                              ~~~~~~~~~~~~~~~~~~~^^
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/utils.py", line 236, in wrapper
    return func(*args, **kwargs)
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/connection.py", line 2958, in get_connection
    connection.connect()
    ~~~~~~~~~~~~~~~~~~^^
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/connection.py", line 976, in connect
    self.retry.call_with_retry(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^
        lambda: self.connect_check_health(
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<2 lines>...
        lambda error: self.disconnect(error),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/retry.py", line 132, in call_with_retry
    raise error
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/retry.py", line 120, in call_with_retry
    return do()
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/connection.py", line 977, in <lambda>
    lambda: self.connect_check_health(
            ~~~~~~~~~~~~~~~~~~~~~~~~~^
        check_health=True, retry_socket_connect=False
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ),
    ^
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/redis/connection.py", line 1022, in connect_check_health
    raise e
redis.exceptions.ConnectionError: Error 111 connecting to 127.0.0.1:6379. Connection refused.
hon3.13/site-packages/flask/app.py", line 500, in raise_routing_exception
    raise request.routing_exception  # type: ignore[misc]
          │       └ <MethodNotAllowed '405: Method Not Allowed'>
          └ <Request 'http://XXXXXX/XXXXXXl/api/v2/admin/log/' [GET]>
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/flask/ctx.py", line 362, in match_request
    result = self.url_adapter.match(return_rule=True)  # type: ignore
             │    │           └ <function MapAdapter.match at 0x7f041cdbb380>
             │    └ <werkzeug.routing.map.MapAdapter object at 0x7f041b30dd10>
             └ <RequestContext 'http://XXXXX/XXXXX/api/v2/admin/log/' [GET] of hiddifypanel.base>
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/werkzeug/routing/map.py", line 624, in match
    raise MethodNotAllowed(valid_methods=list(e.have_match_for)) from None
          └ <class 'werkzeug.exceptions.MethodNotAllowed'>

werkzeug.exceptions.MethodNotAllowed: 405 Method Not Allowed: The method is not allowed for the requested URL.





# Bug/Feature:
**Description**:     Describe bug or needed feature

## Details:
**Hiddify Version**: 12.3.3
**Python Version**:  3.13.5 (main, Jul 23 2025, 00:37:22) [Clang 20.1.4 ]
**OS**:              Linux-5.15.0-179-generic-x86_64-with-glibc2.35
**User Agent**:      Unknown

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions