项目启动时无滑块验证 #35
Unanswered
FeatherDawn
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用以上版本时输入 TxCaptchaHelper 报错 java.net.SocketTimeoutException: Connect timed out 详细信息如下
2022-12-05 17:00:28.208 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : [SliderCaptcha] 需要滑动验证码, 请按照以下链接的步骤完成滑动验证码, 然后输入获取到的 ticket
2022-12-05 17:00:28.208 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : [SliderCaptcha] Slider captcha required. Please solve the captcha with following link. Type ticket here after completion.
2022-12-05 17:00:28.209 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : [SliderCaptcha] @see https://github.com/project-mirai/mirai-login-solver-selenium
2022-12-05 17:00:28.209 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : [SliderCaptcha] @see https://docs.mirai.mamoe.net/mirai-login-solver-selenium/
2022-12-05 17:00:28.209 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : [SliderCaptcha] 或者输入 TxCaptchaHelper 来使用 TxCaptchaHelper 完成滑动验证码
2022-12-05 17:00:28.209 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : [SliderCaptcha] Or type
TxCaptchaHelper
to resolve slider captcha with TxCaptchaHelper.apk2022-12-05 17:00:28.209 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : [SliderCaptcha] Captcha link: https://ssl.captcha.qq.com/template/wireless_mqq_captcha.html?style=simple&aid=16&uin=2898088394&sid=4546295357764383532&cap_cd=XWordstOkkABCUASKM3ju98wqSLqAmU2unXpUnAc81u8v9wGWEEgCQ**&clientype=1&apptype=2
TxCaptchaHelper
2022-12-05 17:04:33.851 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : [SliderCaptcha] @see https://github.com/mzdluo123/TxCaptchaHelper
2022-12-05 17:04:33.853 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : Sending request...
2022-12-05 17:04:38.917 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : java.net.SocketTimeoutException: Connect timed out
2022-12-05 17:04:44.939 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : java.net.SocketTimeoutException: Connect timed out
2022-12-05 17:04:50.966 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : java.net.SocketTimeoutException: Connect timed out
2022-12-05 17:04:56.983 INFO 21088 --- [atcher-worker-5] love.forte.simbot.mirai.bot.2898088394 : java.net.SocketTimeoutException: Connect timed out
2022-12-05 17:05:02.998 INFO 21088 --- [atcher-worker-3] love.forte.simbot.mirai.bot.2898088394 : java.net.SocketTimeoutException: Connect timed out
2022-12-05 17:05:09.015 INFO 21088 --- [atcher-worker-2] love.forte.simbot.mirai.bot.2898088394 : java.net.SocketTimeoutException: Connect timed out
===================================================================================
将simboot-core-spring-boot-starter 版本升级至 3.0.0-M4, simbot-component-mirai-core 版本不变启动项目 无滑块验证并未生成device.json文件
2022-12-05 17:09:59.496 INFO 19132 --- [ main] com.ycx.bot.FeatherBotApplication : Starting FeatherBotApplication using Java 17.0.4 on DESKTOP-UJQ9DEL with PID 19132 (F:\workspace\code\me\feather-bot\target\classes started by DELL in F:\workspace\code\me\feather-bot)
2022-12-05 17:09:59.498 INFO 19132 --- [ main] com.ycx.bot.FeatherBotApplication : No active profile set, falling back to 1 default profile: "default"
2022-12-05 17:10:00.433 INFO 19132 --- [ main] ngBootComponentAutoInstallBuildConfigure : The number of Installable Event Provider Factories is 0
2022-12-05 17:10:00.434 INFO 19132 --- [ main] ngBootComponentAutoInstallBuildConfigure : Install components by [installAllComponents] via classLoader jdk.internal.loader.ClassLoaders$AppClassLoader@63947c6b
2022-12-05 17:10:00.606 INFO 19132 --- [ main] otEventProviderAutoInstallBuildConfigure : The number of Installable event provider Factories is 0
2022-12-05 17:10:00.607 INFO 19132 --- [ main] otEventProviderAutoInstallBuildConfigure : Install event providers by [installAllEventProviders] via classLoader jdk.internal.loader.ClassLoaders$AppClassLoader@63947c6b
2022-12-05 17:10:00.623 INFO 19132 --- [ main] s.a.a.SpringBootApplicationConfiguration : The size of providers built is 1
2022-12-05 17:10:00.624 INFO 19132 --- [ main] s.a.a.SpringBootApplicationConfiguration : Bots all registered. The size of bots: 0
2022-12-05 17:10:00.627 INFO 19132 --- [ main] s.a.a.SpringBootApplicationConfiguration : Simbot Spring Boot Application built in 194.710600ms
2022-12-05 17:10:00.631 WARN 19132 --- [ main] .s.b.StandardBotVerifyInfoDecoderFactory : Unable to find the com.charleskorn.kaml:kaml in current classpath, the bot configuration parser in *.bot.yaml format will not be available.
2022-12-05 17:10:00.631 WARN 19132 --- [ main] .s.b.StandardBotVerifyInfoDecoderFactory : Unable to find the kotlinx-serialization-properties in current classpath, the bot configuration parser in *.bot.properties format will not be available.
2022-12-05 17:10:00.635 INFO 19132 --- [ main] tSpringBootBotAutoRegisterBuildConfigure : Registering bot with verify info [love.forte.simbot.bot.PathBotVerifyInfo@ff0e6d4]
2022-12-05 17:10:00.889 INFO 19132 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10004 (http)
2022-12-05 17:10:00.896 INFO 19132 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-12-05 17:10:00.896 INFO 19132 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65]
2022-12-05 17:10:00.971 INFO 19132 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-12-05 17:10:00.971 INFO 19132 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1438 ms
2022-12-05 17:10:01.315 INFO 19132 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10004 (http) with context path ''
2022-12-05 17:10:01.321 INFO 19132 --- [ main] com.ycx.bot.FeatherBotApplication : Started FeatherBotApplication in 2.071 seconds (JVM running for 2.523)
Beta Was this translation helpful? Give feedback.
All reactions