bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
1.96k stars 74 forks source link

Bitmagnet can't find any torrents #248

Closed Slavenin closed 2 weeks ago

Slavenin commented 3 weeks ago

Describe the bug

The container works for a long time, but no torrents are found

 dht_server      server/server.go:164    could not send query    {"msg": {"Q":"ping","A":{"ID":"ed29ba082edb95e5b6f99d6d2d424d303030312d","InfoHash":"0000000000000000000000000000000000000000","Target":"0000000000000000000000000000000000000000","Token":"","Port":null,"ImpliedPort":false,"Want":null,"NoSeed":0,"Scrape":0,"V":null,"Seq":null,"Cas":0,"K":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"Salt":null,"Sig":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"T":"\u0004","Y":"q","R":null,"E":null,"IP":{"IP":"","Port":0},"ReadOnly":false,"ClientId":""}, "sendErr": "address family not supported by protocol"}
2024-04-27 22:11:08 DEBUG       dht_client      client/logger.go:56     ping failed     {"addr": "[2001:19f0:5:6d01:5400:2ff:feec:644a]:6881", "duration": "210.804µs", "error": "address family not supported by protocol"}
2024-04-27 22:11:12 DEBUG       dht_client      client/logger.go:56     ping failed     {"addr": "82.221.103.244:6881", "duration": "4.000195881s", "error": "context deadline exceeded"}
2024-04-27 22:11:12 DEBUG       dht_client      client/logger.go:56     ping failed     {"addr": "67.215.246.10:6881", "duration": "4.000931647s", "error": "context deadline exceeded"}
2024-04-27 22:11:12 DEBUG       dht_client      client/logger.go:56     ping failed     {"addr": "212.129.33.59:6881", "duration": "4.001211714s", "error": "context deadline exceeded"}
2024-04-27 22:11:12 DEBUG       dht_client      client/logger.go:56     ping failed     {"addr": "34.229.89.117:6881", "duration": "4.000702063s", "error": "context deadline exceeded"}
2024-04-27 22:11:12 DEBUG       dht_client      client/logger.go:56     ping failed     {"addr": "185.157.221.247:25401", "duration": "4.000622867s", "error": "context deadline exceeded"}
2024-04-27 22:11:12 DEBUG       dht_client      client/logger.go:56     ping failed     {"addr": "51.15.52.175:42069", "duration": "4.00064029s", "error": "context deadline exceeded"}
2024-04-27 22:11:12 DEBUG       dht_client      client/logger.go:56     ping failed     {"addr": "51.15.52.175:42069", "duration": "4.000432585s", "error": "context deadline exceeded"}

To Reproduce

I use docker-compose from https://bitmagnet.io/setup/installation.html

Expected behavior

Bitmagnet can find any torrents

Environment Information (Required)

mgdigital commented 2 weeks ago

Hi, can you confirm if you've read this question on the FAQ? https://bitmagnet.io/faq.html#ive-started-bitmagnet-for-the-first-time-and-am-not-seeing-torrents-right-away-is-something-wrong

This sounds like a config or network issue - if you still think there's a bug more detail will be needed on how to reproduce it. The logs you've posted are DEBUG logs and completely normal. If you see any ERROR logs, they may shed light on the situation. Closing for now.