-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
[BUG] BiglyBT在7.3.3下过滤数据有问题 #938
Comments
感谢反馈,由于目前处于春节假期期间,大部分团队成员都在欢度假期,相关错误修复和验证将在假期结束后进行。 |
方便的话可以发一下数据库文件,我们检查一下原因。 数据库发送之前打包压缩一下,上传到filebin.net 由于数据库可能包含隐私信息,不要公开上传链接,链接发送到下面这个邮箱: |
Merged
邮件已发,QQ附件30天有效,应该够用了吧 |
7.4.0 应该修复了该问题 |
没修好,重新打开 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号 - Version
v7.3.3
操作系统平台和系统架构 - OS and CPU Arch
Windows11 24H2 26100.2894 x64
部署方式 - Deploy methods
添加的下载器 - Added Downloaders
问题描述 - Issue Description
出现异常,请检查 PeerBanHelper 控制台: java.lang.IllegalStateException: java.lang.IllegalStateException: Save BiglyBT banlist error: statusCode=413
[01:22:28] [virtual-29056/ERROR]: 无法保存 BiglyBT链接过滤 (http://127.0.0.1:7759) 的 Banlist!413 - HTTP ERROR
Content Too Large
[01:22:28] [virtual-29056/ERROR]: 无法保存 BiglyBT链接过滤 (http://127.0.0.1:7759) 的 Banlist!N/A - java.lang.IllegalStateException
Save BiglyBT banlist error: statusCode=413
java.lang.IllegalStateException: Save BiglyBT banlist error: statusCode=413
at com.ghostchu.peerbanhelper.downloader.impl.biglybt.BiglyBT.setBanListFull(BiglyBT.java:345)
at com.ghostchu.peerbanhelper.downloader.impl.biglybt.BiglyBT.setBanList(BiglyBT.java:168)
at com.ghostchu.peerbanhelper.PeerBanHelperServer.updateDownloader(PeerBanHelperServer.java:671)
at com.ghostchu.peerbanhelper.PeerBanHelperServer.lambda$banWave$19(PeerBanHelperServer.java:586)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.VirtualThread.run(VirtualThread.java:329)
[01:22:28] [virtual-29056/ERROR]: 在更新 BiglyBT链接过滤 (http://127.0.0.1:7759) 的封禁列表时出现了一个非预期的错误
java.lang.IllegalStateException: java.lang.IllegalStateException: Save BiglyBT banlist error: statusCode=413
at com.ghostchu.peerbanhelper.downloader.impl.biglybt.BiglyBT.setBanListFull(BiglyBT.java:349)
at com.ghostchu.peerbanhelper.downloader.impl.biglybt.BiglyBT.setBanList(BiglyBT.java:168)
at com.ghostchu.peerbanhelper.PeerBanHelperServer.updateDownloader(PeerBanHelperServer.java:671)
at com.ghostchu.peerbanhelper.PeerBanHelperServer.lambda$banWave$19(PeerBanHelperServer.java:586)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.VirtualThread.run(VirtualThread.java:329)
Caused by: java.lang.IllegalStateException: Save BiglyBT banlist error: statusCode=413
at com.ghostchu.peerbanhelper.downloader.impl.biglybt.BiglyBT.setBanListFull(BiglyBT.java:345)
... 6 common frames omitted
过滤IP才965个,过滤peer达到了62491
peerbanhelper.db数据库文件已经达到800M
之前清理过,以为安装异常全清重装过,那个时候数据库文件20G,我以为是偶发的没有注意
复现步骤 - Reproduce steps
持续运行总过滤peer数超过60000左右就会触发
截图/日志文件 - Screenshot / Logs
额外信息 - Addition Information
No response
检查清单 - Check list
The text was updated successfully, but these errors were encountered: