You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected that after updating the subscription I would see a number of servers that I can connect to and see their information (port, ip, protocol, and etc.)..
实际情况
Configs/Servers are not shown correctly.
Configuration of one of the servers: Json file which is the configuration of a single server (outbound and inbound info. and etc.) is not parsed.
The subscription URL.
复现方法
I can not give away the subscription but all I have done was to add the subscription and update it.
日志信息
Error after updating the subscription.
2024-09-19 13:56:45.8821-DEBUG Base64Decode,The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
2024-09-19 13:56:45.8821-DEBUG at System.Convert.FromBase64_ComputeResultLength(Char* inputPtr, Int32 inputLength)
at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
at System.Convert.FromBase64String(String s)
at v2rayN.Utils.Base64Decode(String plainText)
2024-09-19 13:56:45.9936-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.)
2024-09-19 13:56:45.9936-DEBUG
2024-09-19 13:56:45.9936-ERROR System.NullReferenceException: Object reference not set to an instance of an object.
2024-09-19 13:56:45.9936-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.)
2024-09-19 13:56:45.9936-DEBUG
This problem is occurs in v2rayN 6.55 and 6.43 but does not occur in v2rayN 6.39.
I downloaded only the v2rayN with core files.
My geofiles are updated.
Available .Net versions: 6.0.25, 7.0.14, and 8.0.8
我确认已更新至最新版本
是
我确认已查询历史issues
是
The text was updated successfully, but these errors were encountered:
PS> gcc --version
gcc.exe (MinGW-W64 x86_64-ucrt-posix-seh, built by Brecht Sanders) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
预期情况
I expected that after updating the subscription I would see a number of servers that I can connect to and see their information (port, ip, protocol, and etc.)..
实际情况
Configs/Servers are not shown correctly.
Configuration of one of the servers: Json file which is the configuration of a single server (outbound and inbound info. and etc.) is not parsed.
The subscription URL.
复现方法
I can not give away the subscription but all I have done was to add the subscription and update it.
日志信息
Error after updating the subscription.
2024-09-19 13:56:45.8821-DEBUG Base64Decode,The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
2024-09-19 13:56:45.8821-DEBUG at System.Convert.FromBase64_ComputeResultLength(Char* inputPtr, Int32 inputLength)
at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
at System.Convert.FromBase64String(String s)
at v2rayN.Utils.Base64Decode(String plainText)
2024-09-19 13:56:45.9936-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.)
2024-09-19 13:56:45.9936-DEBUG
2024-09-19 13:56:45.9936-ERROR System.NullReferenceException: Object reference not set to an instance of an object.
2024-09-19 13:56:45.9936-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.)
2024-09-19 13:56:45.9936-DEBUG
Log after getting real delay test.
2024-09-19 13:57:49.7024-DEBUG ,
2024-09-19 13:57:49.7024-DEBUG at v2rayN.Handler.CoreHandler.RunProcess(ProfileItem node, CoreInfo coreInfo, String configPath, Boolean displayLog)
额外信息
This problem is occurs in v2rayN 6.55 and 6.43 but does not occur in v2rayN 6.39.
I downloaded only the v2rayN with core files.
My geofiles are updated.
Available .Net versions: 6.0.25, 7.0.14, and 8.0.8
我确认已更新至最新版本
我确认已查询历史issues
The text was updated successfully, but these errors were encountered: