webtorrent / bittorrent-tracker

🌊 Simple, robust, BitTorrent tracker (client & server) implementation
https://webtorrent.io
MIT License
1.79k stars 319 forks source link

Fastcast tracker 504 error #147

Closed jakefb closed 8 years ago

jakefb commented 8 years ago

screenshot from 2016-04-09 10 09 47

Hi, I have this error with my bittorent-tracker configuration and can't seem to work out what is causing it. The error seems to appear in the log after a while, instead of immediately.

Here is the code for my tracker https://github.com/fastcast/fastcast-tracker. The latest node modules are installed.

Here is the Fastcast nginx config https://gist.github.com/jakefb/900af9a1b99fac3e1ae20d9112bc6e6d

@feross do you know why this could be happening?

DiegoRBaquero commented 8 years ago

Problem was this line nginx.conf#65

I've fixed it in the server and it's now working fine. This can be closed @feross

yciabaud commented 8 years ago

Ok thank you for fixing this.

feross commented 8 years ago

Cheers!