-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Describe the bug
运行一段时间或者重启后,账号代理连不上,显示账号无效无法激活,添加新账号代理正常,但是不显示二维码,一直在连接tg服务器
Steps to reproduce
1
Expected behavior
No response
Screenshots
No response
Logs
[2025-08-01 09:11:05] [INFO] 👋 Shutdown hook triggered
All processes have been terminated
Starting Java service...
Starting Nginx service...
Setting telegram.files log level to INFO
[2025-08-01 09:11:08] [INFO] Database sqlite initialized.
[2025-08-01 09:11:09] [INFO] API server started on port 8080
[2025-08-01 09:12:50] [INFO] [c694c3ad63c9] Telegram account closed
[2025-08-01 09:12:51] [INFO] [c694c3ad63c9] Telegram account deleted
Cleaning up processes...
[2025-08-01 09:15:22] [INFO] 📥 Received SIGTERM signal
[2025-08-01 09:15:22] [SEVERE] 😱 Shutdown failed
java.lang.IllegalStateException: Unknown deployment
at io.vertx.core.impl.deployment.DefaultDeploymentManager.undeploy(DefaultDeploymentManager.java:56)
at io.vertx.core.impl.VertxImpl.lambda$undeploy$24(VertxImpl.java:855)
at io.vertx.core.impl.future.Composition.complete(Composition.java:40)
at io.vertx.core.impl.future.FutureBase.lambda$emitResult$0(FutureBase.java:59)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:507)
at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:180)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1073)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Unknown Source)
All processes have been terminated
Starting Java service...
Starting Nginx service...
Setting telegram.files log level to INFO
[2025-08-01 09:15:27] [INFO] Database sqlite initialized.
[2025-08-01 09:15:27] [INFO] API server started on port 8080
[2025-08-01 09:20:17] [INFO] [5f5fb1c0b5ca] Telegram account closed
[2025-08-01 09:20:17] [INFO] [5f5fb1c0b5ca] Telegram account deleted
Environment
最新
Additional context
No response