HDInnovations / UNIT3D-Community-Edition

Private Torrent Tracker Built With Laravel, Livewire and AlpineJS.
https://unit3d.dev
GNU Affero General Public License v3.0
2k stars 379 forks source link

[Bug]tracker not work shearing #3963

Closed leech24 closed 5 months ago

leech24 commented 5 months ago

UNIT3D Version

v8.1.3

PHP & Platform

8.3.8

Laravel verion

11.5.0

Have you done this?

Expectation

tracker not work shearing

Description

0002

.env file TRACKER_KEY= TRACKER_HOST=127.0.0.1 TRACKER_PORT=6969

it that correct

Stack trace & logs

non

Upvote & Fund

Fund with Polar

Roardom commented 5 months ago

Can you clarify what "tracker not work shearing" means?

Also, the environment variables you listed are for unit3d-announce (still under development), they aren't used for unit3d's default built-in tracker.

leech24 commented 5 months ago

transfer data doesn't work

member after download and found tracker work no data going to member i make seed and i try download by qbittorrent or Utorrent

Roardom commented 5 months ago

Transferring data works perfectly fine. There is no current issue with the tracker not transferring data. Try a client more suitable for debugging like Tixati. Tixati shows when it tries to connect to peers, and doesn't remove peers if they fail to connect which makes debugging easier. It's most likely the peer causing your issue. Or you're trying to seed to yourself, which is blocked by the tracker as that's considered cheating.

jujuforce commented 4 months ago

@Roardom I have the exact same issue than leech24, troubling ...

Roardom commented 4 months ago

@Roardom I have the exact same issue than leech24, troubling ...

Please detail exactly what you're experiencing:

I am currently having no issues receiving IPs of other peers in the swarm and cannot replicate this issue.

jujuforce commented 4 months ago

I found the issue, it was Cloudflare, so not related to UNIT3D. Reverting to the original dns nameservers solved everything.

HDVinnie commented 4 months ago

When using Cloudflare you need to uncomment.....https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/68ef67e0fd44e430c1130ef7520c4a7479c0ba53/app/Http/Kernel.php#L33

jujuforce commented 4 months ago

Wow that's great, thanks for the help, going to try that rn!

jujuforce commented 4 months ago

Works great, thanks again!