LorenEteval / Furious

A GUI proxy client based on PySide6. Support Xray-core & hysteria
GNU General Public License v3.0
972 stars 86 forks source link

0.3.0 hysteria2 subs error #68

Closed litecn closed 9 months ago

litecn commented 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,

1640       if config.startswith('h2://') or config.startswith('hysteria2://'):
1641           return ConfigurationHysteria2(config, **kwargs)

'h2://' should be 'hy2://'.

ps: same subscription on 0.2.13 all ok

LorenEteval commented 9 months ago

Closed in release 0.3.8