hysteria has a problem #3572
Unanswered
yamatu
asked this question in
Q&A سوالات رایج
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The hysteria here is that the lack of udp configuration causes it to not run properly or I did not configure it properly.
<ConfigEnum.hysteria_port: 'hysteria_port'>
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1517, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1503, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/usr/local/lib/python3.10/dist-packages/flask_classful.py", line 268, in proxy
response = view(**request.view_args)
File "/usr/local/lib/python3.10/dist-packages/flask_classful.py", line 239, in inner
return fn(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/panel/user/user.py", line 71, in auto_sub
return self.new()
File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/panel/user/user.py", line 114, in new
return render_template('home/multi.html', **c, ua=user_agent)
File "/usr/local/lib/python3.10/dist-packages/flask/templating.py", line 154, in render_template
return _render(
File "/usr/local/lib/python3.10/dist-packages/flask/templating.py", line 128, in _render
rv = template.render(context)
File "/usr/local/lib/python3.10/dist-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.10/dist-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/panel/user/templates/home/multi.html", line 3, in top-level template code
{% from 'macros.html' import modal %}
File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/templates/master.html", line 76, in top-level template code
{% block page_body %}
File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/templates/master.html", line 108, in block 'page_body'
{% block body %}{% endblock %}
File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/panel/user/templates/home/multi.html", line 84, in block 'body'
{% include 'home/all-configs.html'%}
File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/panel/user/templates/home/all-configs.html", line 111, in top-level template code
% for pinfo in link_maker.get_all_validated_proxies(domains)
File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/panel/user/link_maker.py", line 781, in get_all_validated_proxies
options = [{'pport': hconfigs[ConfigEnum.hysteria_port]}]
KeyError: <ConfigEnum.hysteria_port: 'hysteria_port'>
Beta Was this translation helpful? Give feedback.
All reactions