Closed litecn closed 9 months ago
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
Closed in release 0.3.8
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