Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal server error: Unknown #4746

Closed
web2best opened this issue Jan 15, 2025 · 1 comment
Closed

Internal server error: Unknown #4746

web2best opened this issue Jan 15, 2025 · 1 comment

Comments

@web2best
Copy link

Internal Error Stacktrace:

Error Message: 'my'

Traceback (most recent call last):
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
    rv = self.dispatch_request()
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_classful.py", line 303, in proxy
    response = view(**request.view_args)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_classful.py", line 271, in inner
    return fn(*args, **kwargs)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/hiddifypanel/auth.py", line 130, in decorated_view
    return fn(*args, **kwargs)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/hiddifypanel/panel/admin/SettingAdmin.py", line 35, in index
    form = get_config_form()
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/hiddifypanel/panel/admin/SettingAdmin.py", line 221, in get_config_form
    default=hconfig(c.key))
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/redis_cache/__init__.py", line 231, in inner
    parsed_result = fn(*args, **kwargs)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/hiddifypanel/models/config.py", line 87, in hconfig
    return key.type.from_str(value)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/hiddifypanel/models/config_enum.py", line 11, in from_str
    return cls[key]

Details:

Hiddify Version: 10.80.11
Python Version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0]
OS: Linux-6.2.0-1015-azure-x86_64-with-glibc2.35
User Agent: Unknown

@litoosh13
Copy link

1.Make a backup
2. rebuild server to ubuntu 22.04
3. install latest version of the panel
4.restore backup
you can follow all learning's material about the panel here:
hiddify.com/manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants