We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Subscription link updates error after upgrading to 0.3.0:
[Furious.Widget.UserServersQTableWidget] [ERROR] invalid item: {'remark': '', 'config': 'hy2://8a17f89f-xxxx-xxxx-xxxx-xxxxxxxx@hy2.xxxxx.com&insecure=1&sni=hy2.xxxxx.com#hy2.xxxxx.com', 'subsId': '5712d8de-xxxx-xxxx-xxxx-cde68bc69f6e'}
this might be caused by line 1640 in the /Furious/Library/Configuration.py file,
/Furious/Library/Configuration.py
1640 if config.startswith('h2://') or config.startswith('hysteria2://'): 1641 return ConfigurationHysteria2(config, **kwargs)
'h2://' should be 'hy2://'.
'h2://'
'hy2://'
ps: same subscription on 0.2.13 all ok
The text was updated successfully, but these errors were encountered:
Fix wrong hy2 URI scheme #68
22f7c5e
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
Closed in release 0.3.8
Sorry, something went wrong.
No branches or pull requests
Subscription link updates error after upgrading to 0.3.0:
this might be caused by line 1640 in the
/Furious/Library/Configuration.py
file,'h2://'
should be'hy2://'
.ps: same subscription on 0.2.13 all ok
The text was updated successfully, but these errors were encountered: