hiddify-next icon indicating copy to clipboard operation
hiddify-next copied to clipboard

Unexpected Error

Open imbear opened this issue 1 year ago • 2 comments

Search first

  • [X] I searched and no similar issues were found

What Happened?

Hiddify raise a Unexpected Error

Reproduce the Bug

  1. Add a subscription
  2. Click[Tap to connect]

Expected Behavior

No response

Version

v0.15.4

Platform/OS

Android, Windows

Additional Context

I modifiy the profile, and remain one server that can raise the error.

{
    "dns": {},
    "experimental": {},
    "inbounds": [],
    "log": {},
    "outbounds": [
        {
            "tag": "select",
            "type": "selector",
            "default": "urltest",
            "outbounds": [
                "urltest",
                "nobody_Taiwan_hysteria_61"
            ]
        },
        {
            "server": "www2.dtku48.xyz",
            "server_port": 22334,
            "tag": "nobody_Taiwan_hysteria_61",
            "tls": {
                "enabled": true,
                "server_name": "www2.dtku48.xyz",
                "alpn": [
                    "h3"
                ],
                "insecure": true
            },
            "type": "hysteria",
            "auth_str": "dongtaiwang.com",
            "down": "55 Mbps",
            "up": "11 Mbps"
        },
        {
            "tag": "direct",
            "type": "direct"
        },
        {
            "tag": "block",
            "type": "block"
        },
        {
            "tag": "dns-out",
            "type": "dns"
        },
        {
            "tag": "urltest",
            "type": "urltest",
            "outbounds": [
                "nobody_Taiwan_hysteria_61"
            ]
        }
    ],
    "route": {}
}

Relevant log output

2024-02-03 095953

No response

Are you willing to submit a PR? If you know how to fix the bug.

  • [ ] I'm willing to submit a PR (Thank you!)

imbear avatar Feb 03 '24 02:02 imbear

I also face this error whenever I set service type to VPN

Coderx7 avatar Feb 08 '24 06:02 Coderx7

It looks like you have provided JSON configuration for a network application or service. It includes various outbound connections and settings for handling network traffic. Here's a breakdown of the configuration:dns: DNS settings configuration, but it's empty in the JSON you provided. experimental: Experimental configurations, also empty. inbounds: DNS configuration, but it's empty in the JSON you provided: inbound connections configuration, but it's empty in the JSON you provided. log: Logging configuration, but it's empty. outbounds: Outbound connections configuration. It defines various types of outbound connections including: a selector named "select" that chooses between "urltest" and "nobody_Taiwan_hysteria_61". an outbound connection to "www2.dtku48.xyz" with TLS enabled using the "hysteria" type and setting upload and download speeds. a direct outbound connection (bypassing any proxy). Blocking outbound connection (blocking all traffic). outbound DNS connection. outbound URL test connection that uses outbound connection "nobody_Taiwan_hysteria_61". route: This configuration seems to be related to network and proxy routing.

vortex4242 avatar Feb 09 '24 02:02 vortex4242

Pls update to the latest version. That should be fixed

lymanjre avatar Apr 27 '24 09:04 lymanjre