Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一次启动就只能下一个磁力 #8

Closed
cloudfly23 opened this issue Jan 5, 2021 · 8 comments
Closed

一次启动就只能下一个磁力 #8

cloudfly23 opened this issue Jan 5, 2021 · 8 comments
Labels
bug Something isn't working

Comments

@cloudfly23
Copy link

一次启动就只能下一个磁力
再添加磁力就自动暂停,但是又不出现文件选择框,然后就卡死了,其他命令也失效了
image

@gaowanliang
Copy link
Owner

请粘贴后台报错数据

请注意,当前版本仍非稳定版,只处于基本能用的状态,不保证您的正常使用

@cloudfly23
Copy link
Author

后台没报错,只显示

2021/01/05 07:02:56 BT 任务 [{4cc369bf85e8f715}] 已完成!
2021/01/05 07:02:56 [{9a6be3cce17c246a}] 任务开始下载!
2021/01/05 07:02:56 [{4cc369bf85e8f715}] 任务已完成!
2021/01/05 07:03:05 [{9a6be3cce17c246a}] 任务暂停!
2021/01/05 07:03:22 [{9a6be3cce17c246a}] 任务开始下载!
2021/01/05 07:03:58 [{90509563cebf6902}] 任务开始下载!
2021/01/05 07:04:08 [{90509563cebf6902}] 任务暂停!
2021/01/05 07:04:21 [{90509563cebf6902}] 任务开始下载!
2021/01/05 07:04:43 [{90509563cebf6902}] 任务暂停!

但是就是第二个磁力无法显示选择文件的步骤
image

@gaowanliang gaowanliang added the bug Something isn't working label Jan 5, 2021
@Jacky-Bruse
Copy link

我也有这样的情况,最近几天还在纠结,突然想到有人说过这个问题

@gaowanliang
Copy link
Owner

我也有这样的情况,最近几天还在纠结,突然想到有人说过这个问题

应该是出在提交.torrent文件的情况下会有这个问题,我有时间测试一下。最近要考研了,只能忙里偷闲的时候才能更新,一直想更都没时间😂。

@Jacky-Bruse
Copy link

我也有这样的情况,最近几天还在纠结,突然想到有人说过这个问题

应该是出在提交.torrent文件的情况下会有这个问题,我有时间测试一下。最近要考研了,只能忙里偷闲的时候才能更新,一直想更都没时间😂。

不急,只是反馈一下,祝愿大佬考研成功,加油,谢谢提供这么好的工具

@luyiwind
Copy link

luyiwind commented Apr 6, 2021

我也有这样的情况,最近几天还在纠结,突然想到有人说过这个问题

应该是出在提交.torrent文件的情况下会有这个问题,我有时间测试一下。最近要考研了,只能忙里偷闲的时候才能更新,一直想更都没时间😂。

不急,只是反馈一下,祝愿大佬考研成功,加油,谢谢提供这么好的工具

Telegram.go中将下边的break改成continue可fix

		if b[1] == "Start" {
			setTMDownloadFilesAndStart(gid, lastFilesInfo)
			bot.Send(tgBotApi.NewDeleteMessage(myID, MessageID))
			break
		}

@gaowanliang
Copy link
Owner

我也有这样的情况,最近几天还在纠结,突然想到有人说过这个问题

应该是出在提交.torrent文件的情况下会有这个问题,我有时间测试一下。最近要考研了,只能忙里偷闲的时候才能更新,一直想更都没时间😂。

不急,只是反馈一下,祝愿大佬考研成功,加油,谢谢提供这么好的工具

Telegram.go中将下边的break改成continue可fix

		if b[1] == "Start" {
			setTMDownloadFilesAndStart(gid, lastFilesInfo)
			bot.Send(tgBotApi.NewDeleteMessage(myID, MessageID))
			break
		}

确实是这里的问题,十分感谢

gaowanliang added a commit that referenced this issue Apr 13, 2021
@zsbai
Copy link

zsbai commented Nov 23, 2022

在最新的release中问题仍然存在
图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants