dev7dev / V2ray-Android

A simple Java module with sample source for implementing V2ray/Xray on Android.
37 stars 12 forks source link

Bad Connection #18

Closed Loperdax closed 1 month ago

Loperdax commented 1 month ago

Hello . I used the v2ray module in my project. It is very good but I have a lot of connection problems. Sometimes the app connects but no traffic is downloaded. A little traffic is uploaded but not downloaded. In the tests, I noticed that it works only with the simple configuration tunneled from Iran, it connects in the configurations, but the error: 2024-05-15 21:01:20.270 GoLog I [Warning] [2376453221] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [transport/internet/grpc: failed to dial gRPC > transport/internet/grpc: Cannot dial gRPC > rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: network is unreachable"] > common/retry: all retry attempts failed

the same configuration works in another software with the same operator. if you want i can open access to my project in github on your account

dev7dev commented 1 month ago

Hi, It seems that the problem is from the xray core. Please check the log of the other client to see if it shows the same log or not. And to specify whether you use uri? The problem may be on the converter side.