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 #4561

Closed
luoshaocn opened this issue Oct 30, 2024 · 1 comment
Closed

Internal server error: Unknown #4561

luoshaocn opened this issue Oct 30, 2024 · 1 comment

Comments

@luoshaocn
Copy link

Internal Error Stacktrace:

Error Message: BaseModelView.delete_view() got an unexpected keyword argument 'cls'

Traceback (most recent call last):
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_admin/base.py", line 369, in _run_view
    return fn(self, *args, **kwargs)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_admin/model/base.py", line 2235, in delete_view
    if self.delete_model(model):
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_admin/contrib/sqla/view.py", line 1216, in delete_model
    if not self.handle_view_exception(ex):
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_admin/contrib/sqla/view.py", line 1133, in handle_view_exception
    return super(ModelView, self).handle_view_exception(exc)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_admin/contrib/sqla/view.py", line 1211, in delete_model
    self.on_model_delete(model)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/hiddifypanel/panel/admin/DomainAdmin.py", line 289, in on_model_delete
    if not hutils.network.cf_api.delete_dns_record(model.domain):
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/hiddifypanel/hutils/network/cf_api.py", line 54, in delete_dns_record
    record = __get_dns_record(zone, domain)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/hiddifypanel/hutils/network/cf_api.py", line 72, in __get_dns_record
    dns_records = __cf.zones.dns_records(zone['id'])
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask/app.py", line 870, in full_dispatch_request
    rv = self.dispatch_request()
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask/app.py", line 855, 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_admin/base.py", line 69, in inner
    return self._run_view(f, *args, **kwargs)
  File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_admin/base.py", line 371, in _run_view
    return fn(cls=self, **kwargs)

Details:

Hiddify Version: 10.70.7
Python Version: 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0]
OS: Linux-6.7.9-bbrplus-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